80129: Function test xfi:period-instant

Documentation

Tests of function xfi:period-instant($period as element(xbrli:period)) as xs:dateTime

Owners

Name Affiliation Email Start End
Herm Fischer UBMatrix / Mark V Systems fischer@markv.com 23-01-2008 at 00:00:00

References

http://www.xbrl.org/Specification/XF-PWD-2006-12-07.htm#_Toc152670682

http://www.xbrl.org/Specification/XF-PWD-2006-12-07.htm

Test Case Variations


V-01 xfi:period-instant returns correct dateTime for an instant context

Documentation

Tests that either a the instant dateTime element is provided, or an equivalent atomic value of expected dateTime

Inputs

Outputs

  • Result test: ($result instance of element(*,xs:dateTime) or $result instance of xs:dateTime) and count( $result ) eq 1 and $result eq xs:dateTime("2007-12-31T24:00:00")

V-02 Returns correct dateTime for concept whose context is instant

Documentation

Tests that either a the instant dateTime element is provided, or an equivalent atomic value of expected dateTime.

Inputs

Outputs

  • Result test: ($result instance of element(*,xs:dateTime) or $result instance of xs:dateTime) and count( $result ) eq 1 and $result eq xs:dateTime("2007-12-31T24:00:00")

V-03 Error for start-end duration context

Documentation

Tests that indicated error is raised for inapplicable context.

Inputs

Outputs

  • Error code: xfie:PeriodIsNotInstant

V-04 Error for forever context

Documentation

Tests that indicated error is raised for inapplicable context.

Inputs

Outputs

  • Error code: xfie:PeriodIsNotInstant

V-05 Wrong node to function

Documentation

XPath-defined error for node type incorrect.

Inputs

Outputs

  • Error code: xqt-err:XPTY0004

V-06 A sequence of periods as argument

Documentation

XPath-defined error for node type incorrect arity of argument.

Inputs

Outputs

  • Error code: xqt-err:XPTY0004

Revisions

Name On Details
Herm Fischer 23-01-2008 at 00:00:00 Created the test case.
Herm Fischer 15-04-2008 at 12:00:00 Fixed instant times (from source with date and no time) to be following midnight.